home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / ArchiFacile / ArchiFacileSetup.exe / {app} / nw.pak / Unnamed File 001048.unknown < prev    next >
Text File  |  2014-10-14  |  1KB  |  55 lines

  1. .filtered-item-list-dialog > input {
  2.     font-size: 11px;
  3.     width: 100%;
  4.     height: 24px;
  5. }
  6.  
  7. .filtered-item-list-dialog > div.container {
  8.     position: absolute;
  9.     top: 38px;
  10.     bottom: 10px;
  11.     left: 10px;
  12.     right: 10px;
  13.     overflow-y: auto;
  14.     border: 1px solid rgb(187, 187, 187);
  15.     background-color: white;
  16. }
  17.  
  18. .filtered-item-list-dialog-item {
  19.     padding: 2px;
  20.     white-space: nowrap;
  21.     text-overflow: ellipsis;
  22.     overflow: hidden;
  23.     color: rgb(95, 95, 95);
  24. }
  25.  
  26. .filtered-item-list-dialog-item.selected {
  27.     background-color: rgb(224, 224, 224);
  28. }
  29.  
  30. .filtered-item-list-dialog-item span.highlight {
  31.     color: #222;
  32.     font-weight: bold;
  33. }
  34.  
  35. .filtered-item-list-dialog-item .filtered-item-list-dialog-title {
  36.     flex: auto;
  37.     overflow: hidden;
  38.     text-overflow: ellipsis;
  39. }
  40.  
  41. .filtered-item-list-dialog-item .filtered-item-list-dialog-subtitle {
  42.     flex: none;
  43.     overflow: hidden;
  44.     text-overflow: ellipsis;
  45.     color: rgb(155, 155, 155);
  46. }
  47.  
  48. .filtered-item-list-dialog-item.one-row {
  49.     display: flex;
  50. }
  51.  
  52. .filtered-item-list-dialog-item.two-rows {
  53.     border-bottom: 1px solid rgb(235, 235, 235);
  54. }
  55.